﻿@charset "utf-8";
/* CSS Document 
** author:永易搜
** URL:http://www.yongyisou.com/
** tips:CSS文件非专业勿动，编码格式为utf-8
*/
* {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
img {
	border: none;
	border: 0;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #f00;
}
a:focus {
	outline: 0;
}
html {
	font: normal 14px/1.5 "microsoft yahei", tahoma, arial, sans-serif;
	background: #fff;
}
body {
	background: #fff;
}
input, input:focus, select, select:focus {
	outline: none;
}
input, input:focus {
	text-indent: 5px
}
input, input:focus, select, select:focus {
	outline: none;
	text-indent: 5px
}
input:-webkit-autofill {
background-color: #FAFFBD;
background-image: none;
color: #000;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
 /* -webkit-text-fill-color: #fff !important; */
 -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
 background-color:transparent;
 background-image: none;
 transition: background-color 50000s ease-in-out 0s;
}
input {
	background-color: transparent;
}
h1 {
	font-size: 25px
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 16px
}
h4 {
	font-size: 14px
}
/*通用调用*/
.w1400 {
	width: 1400px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*   首页    index.html   */
.header {
	/* overflow: hidden; */
}
.top_logo .logo {
	width: 300px;
	/* height: 102px; */
	margin-top: 20px;
	overflow: hidden;
}
.top_logo .logo img {
	display: block;
	width: 100%;
}
/* 导航 */
.nav {
	margin: 0 auto;
	z-index: 999;
	webkit-box: 1;
	-moz-box: 1;
	-ms-flex: 1;
	-webkit-flex: initial;
	flex: 1;
	width: 550px;
}
.nav {
	height: 102px;
	overflow: visible;
}
.nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;/* 子元素居中对齐 */
}
.nav .nLi {
	width: 110px;
	/* 设置宽度 */
	height: 102px;
	/* 菜单高度*/
	line-height: 102px;
	position: relative;
}
.nav .nLi .nav_a {
	display: block;
	color: #000;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
.nav .nLi:hover>.nav_a {
	color: #FFF;
	text-decoration: none;
	background-color: #e60012;
}
.nav .nLi .slide_ul{
	display: none;
}
.nav .nLi .slide_ul li{
	line-height: 40px;
}

.nav .nLi:hover .slide_ul{
	display: block;
	z-index: 1;
    background: #ffffff;
    position: relative;
}
.nav .nav_ul .on .nav_a {
	background-color: #e60012;
}
.nav .nav_ul .slide_ul .nav_a {
	border: 1px solid #f8f8f8;
}
.nav .nav_ul .slide_ul .nav_a.on {
	background-color: #e60012;
	border: 1px solid #e60012;
	color: #ffffff;
}
.nav .nav_ul .slide_ul .nav_a:hover {
	background-color: #e60012;
	border: 1px solid #e60012;
	color: #ffffff;
}
.nav .nav_ul .on a {
	color: #fff;
	text-align: center;
}
.nav .nav_ul .on .slide_ul a {
	color: #000000;
	text-align: center;
	background-color: #ffffff;
}
.nav .nav_ul .on .slide_ul a:hover {
	color: #ffffff;
}
.nav .sub {
	display: none;
	width: 213px;
	left: 0;
	top: 64px;
	position: absolute;
	background: rgba(0,0,0,0.7);
	height: auto;
	z-index: 5;
	font-size: 16px;
}
.nav .sub li {
	zoom: 1;
	height: 53px;
	line-height: 53px;
}
.nav .sub a {
	display: block;
	padding: 0 10px;
	color: #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.nav .sub a:hover {
	background: rgba(0,0,0,0.75);
	color: #fff;
}
.wid .banner,.wid .banner .bd,.wid .banner .bd li{
	height: 500px;
}
/* banner */
.banner {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
}
.banner .bd {
	position: relative;
	height: 700px;
	z-index: 0;
}
.banner .bd li {
	width: 100%;
	height: 700px;
	zoom: 1;
	vertical-align: middle;
}
.banner .bd li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.banner .hd {
	position: absolute;
	z-index: 1;
	bottom: 25px;
	overflow: visible;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 3px;
	font-size: 0;
}
.banner .hd ul {
	zoom: 1;
	overflow: visible;
	width: auto;
}
.banner .hd ul li {
	float: left;
	width: 38px;
	height: 2px;
	margin: 0px 10px;
	text-align: center;
	background-color: #e9e9e9;
	position: relative;
	overflow: visible;
}
.banner .hd ul li.on {
	background-color: #f39700;
}
.banner .hd ul li:hover {
	cursor: pointer;
}
.banner_ctr {
	height: 90px;
	position: absolute;
	top: 45%;
	z-index: 2;
	left: 50%;
	margin-left: -600px;
}
.banner_ctr a {
	display: block;
	width: 47px;
	height: 79px;
	background: url(../images/banner_btn.png) no-repeat 0 0;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.banner_ctr a.prev {
	left: -90px;
}
.banner_ctr a.next {
	right: -1280px;
	background-position: -47px 0px;
}
.banner_ctr a.prev:hover {
	background-position: 0 -79px;
}
.banner_ctr a.next:hover {
	background-position: -47px -79px;
}
.banner_ctr a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*  搜索  */

.con_left {
	width: 29%;
	height: 340px;
	border: 1px solid #ececec;
}
.con_left .pic {
	height: 140px;
	width: 100%;
}
.con_left .wid {
	margin: 10px 25px;
}
.con_left .title {
	font-size: 16px;
	color: #e60012;
	padding-bottom: 10px;
}
.con_left .con {
	color: #333;
	font-size: 14px;
	line-height: 26px;
}
.con_left .con a {
	color: #666
}
.con_left .con a:hover {
	color: #e60012
}
.con_center {
	width: 37%;
	height: 340px;
	border: 1px solid #ececec;
}
.con_center .slideTxtBox {
	text-align: left;
}
.con_center .slideTxtBox .slide_item {
	height: 50px;
	line-height: 50px;
	background: #f4f4f4;
	padding: 0 10px 0 0px;
	position: relative;
}
.con_center .slideTxtBox .hd {
	height: 50px;
	line-height: 50px; 
	width:80%; 
	
}
.con_center .slideTxtBox .hd ul {
	float: left;
	height: 50px;
	position: absolute;
	top: -1px;
}
.con_center .slideTxtBox .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	font-size: 16px;
}
.con_center .slideTxtBox .hd ul li.on {
	height: 50px;
	color: #e60012;
	border-top: 2px solid #e60012;
	background: #fff;
	font-size: 16px;
}
.con_center .slideTxtBox .bd ul {
	padding: 10px 15px;
	zoom: 1;
}
.con_center .slideTxtBox .bd li {
	height: 30px;
	margin:7px auto;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}
.con_center .slideTxtBox .bd li:before {
	/*	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	background: #999;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 2px;*/
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #999;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.con_center .slideTxtBox .bd li .date {
	float: right;
	color: #999;
}
.con_center .slideTxtBox .bd li .date+a {
	font-size: 14px;
	display: inline-block;
	max-width: 370px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.con_center .slideTxtBox .bd li .date+a:hover {
	color: #e60012;
}
.con_center .slide_item .arrow{
	position: absolute;
	right: 10px;
	top: 0;
}
.con_center .slide_item .arrow a {
	display: block;
	font-size: 14px;
	color: #999;
	float: right;
	overflow: hidden;
}
.con_center .slide_item .arrow a:hover {
	color: #e60012;
}
/*.con_center .slide_item .arrow a:active {
	color: #e60012;
}*/
.con_right {
	width: 29%;
	height: 340px;
}
.con_right .up {
	display: flex;
	height: 154px;
	width: 100%;
	border: 1px solid #f6f6f6;
}
.con_right .up a, .con_right .down a {
	display: block;
	display: flex;
	height: 154px;
	width: 100%;
	border: 1px solid #f6f6f6;
	transition: all .3s;
}
.con_right .up:hover a, .con_right .down:hover a {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.con_right .down {
	display: flex;
	height: 154px;
	margin-top: 17px;
	width: 100%;
	border: 1px solid #f6f6f6;
}
.con_right .pic {
	width: 210px;
	height: 154px;
	overflow: hidden;
}
.con_right .pic img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.con_right .wid {
	margin: 0px 14px;
	display: flex;
	flex: 1;
	align-items: center
}
.con_right .title {
	font-size: 16px;
	margin-bottom: 10px;
	/*  padding-bottom: 10px;*/
	color: #e60012;
}
.con_right .con {
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}
.con_right .jtou {
	width: 41px;
	height: 10px;
	transition: all .3s;
}
.con_right .up:hover a .jtou, .con_right .down:hover a .jtou {
	margin-left: 20px
}
.con_right .up:hover a .pic img, .con_right .down:hover a .pic img{-webkit-transform:scale(1.12); -moz-transform:scale(1.12); -o-transform:scale(1.12); -ms-transform:scale(1.12); transform:scale(1.12); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s;}
.boxLink1 {
	background: #fff;
	margin: 30px auto;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.boxLink {
	width: 1400px;
	height: 72px;
	overflow: hidden;
	margin: 0 auto;
}
.boxLink ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxLink ul li {
	width: 150px;
	height: 72px;
}
.boxLink ul li img {
	width: 148px;
	height: 70px;
	border: 1px solid #ececec;
	box-sizing: content-box;
}
.boxLink ul li img:hover {
	border: 1px solid #e60012
}
/*  推荐  */
.recommend {
	margin: 0 auto;
	margin-top: 10px;
}
.recommend .con_btom {
	display: flex;
	justify-content: space-between;
	margin: 0;
	margin-bottom: 50px
}
.recommend .rec_l {
	width: 260px;
	overflow: hidden;
}
.rec_l .title_top {
	height: 90px;
	background: #075f9d;
}
.rec_l .title_top .title_bg {
	font-size: 22px;
	color: #fff;
	margin: 0px auto;
	width: 150px;
	height: 40px;
	line-height: 40px;
	top: 25px;
	position: relative;
}
.rec_l .title_top .title_bg .icon_bg {
	width: 40px;
	height: 40px;
	background: url(../images/rec_icon.png) no-repeat;
	background-position: -54px -2px;
}
.rec_l .text {
	width: 258px;
	overflow: hidden;
	border: 1px solid #e4e4e4;
}
.rec_l .text ul {
	width: 215px;
	margin: 0 auto;
	overflow: hidden;
}
.rec_l .text li {
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}
.rec_l .text a {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #314152;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.rec_l .text span {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	top: 6px;
	margin-left: 15px;
	background: url(../images/rec_icon.png) no-repeat;
	background-position: -198px -6px;
}
.rec_l .text li:hover span {
	background-position: -198px -22px;
}
.rec_l .text li:hover a {
	color: #075f9d;
	margin-left: 10px;
}
.rec_l .text .tel {
	width: 215px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
}
.rec_l .text .tel .phone_bg {
	width: 45px;
	height: 65px;
	background: url(../images/rec_icon.png) no-repeat;
	background-position: -125px -3px;
}
.rec_l .text .tel .tel_l {
	width: 155px;
	height: 50px;
	margin-left: 12px;
	margin-top: 20px;
}
.rec_l .text .tel .tel_l .p1 {
	font-size: 14px;
	color: #333;
}
.rec_l .text .tel .tel_l .p2 {
	font-size: 18px;
	color: #333;
}
/* 推荐 右边 */
.recommend .rec_r {
	width: 915px;
	overflow: hidden;
}
.recommend .rec_r .title {
	width: 915px;
	height: 35px;
	border-bottom: 1px solid #e8e8e8;
}
.rec_r .title {
	width: 930;
	height: 35px;
	border-bottom: 1px solid #f0f0f0;
}
.rec_r .title .title_l {
	font-size: 18px;
	color: #444;
	font-weight: bold;
	width: 200px;
	height: 35px;
	line-height: 35px;
}
.rec_r .title .title_l .icon {
	width: 30px;
	height: 30px;
	background: url(../images/rec_icon.png) no-repeat;
	background-position: -8px -5px;
}
.rec_r .title a {
	font-size: 14px;
	color: #999;
	float: right;
	height: 35px;
	line-height: 35px;
}
.rec_r .title a:hover {
	color: #1165c6;
}
.index_ul {
	height: auto;
	overflow: hidden;
	width: 940px;
}
.index_ul li {
	float: left;
	overflow: hidden;
	border: 1px solid #e4e4e4;
}
.index_ul1 li {
	width: 287px;
	height: 225px;
	margin: 23px 11px 0px 0px;
}
.index_ul li a {
	display: block;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.index_ul1 li a {
	width: 287px;
	height: 225px;
}
.index_ul li a .div_img {
	position: relative;
	overflow: hidden;
}
.index_ul1 li a .div_img {
	width: 287px;
	height: 178px;
}
.index_ul li a .div_img .img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.index_ul li:hover a .div_img .img {
	transform: scale(1.2);
}
.index_ul li .jia {
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	z-index: 5;
	margin-top: -183px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	opacity: 0;
	filter: alpha(opacity=0);       /* IE */
	-moz-opacity: 0;              /* 老版Mozilla */
	-khtml-opacity: 0;
}
.index_ul1 li .jia {
	width: 287px;
	height: 178px;
}
.index_ul li .jia img {
	display: block;
	transform: scale(1.2);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.index_ul1 li .jia img {
	margin: 70px auto;
}
.index_ul li:hover .jia {
	opacity: 1;
	filter: alpha(opacity=100);       /* IE */
	-moz-opacity: 1;              /* 老版Mozilla */
	-khtml-opacity: 1;
}
.index_ul li:hover .jia img {
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);       /* IE */
	-moz-opacity: 1;              /* 老版Mozilla */
	-khtml-opacity: 1;
}
.index_ul li a .font {
	color: #666;
	text-align: center;
	font-size: 16px;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.index_ul1 li a .font {
	width: 287px;
	height: 48px;
	line-height: 48px;
}
.index_ul li:hover .font {
	color: #fff;
	background: #075f9d;
}
.company_con {
	min-width: 1000px;
}
.company_con .con{ color:#000;}
.company_con .wid {
	margin: 20px 0;
}
.company_con .title {
	font-size: 20px;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
}
.company_con .title .bg1 {
	width: 14px;
	height: 14px;
}
.company_con .con p {
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px;
}
.company_con .pic {
	display: block;
	margin: 20px 0;
	padding: 0 10px;
}
.company_con .pic .p1 {
	width: 46%;
	height: 245px;
	margin-right: 6px;
}
.company_con .pic .p2 {
	width: 34%;
	height: 245px;
	margin-right: 6px;
}
.company_con .pic .rl img {
	height: 120px;
}
/*.honor {
  min-width: 1000px;
  width: 1080px;
}
*/
.honor .wid {
	margin: 20px 0;
}
.honor .title {
	font-size: 20px;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
}
.honor .title .bg1 {
	width: 14px;
	height: 14px;
}
/*.honor .boxYear {
	position: relative;
	overflow: hidden;
	
}

.honor .listYear {
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.honor .listYear1 .swiper-slide {
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
	color: #999;
	background: url(../images/bgYearLine.jpg) right center no-repeat;
}*/
/*.listYear .swiper-slide {
    width: 10%;
    height: 100%;
    text-align: center;
}

.listYear .swiper-slide span{
    display: block;
    font-size: 15px;
    line-height: 50px;
    font-weight: bold;
    color: #999;
    background: url(../images/bgYearLine.jpg) right center no-repeat;
}
.honor .listYear1 .swiper-slide span:hover {
	color: #e60012;
}
.honor .listYear1 .swiper-slide .on {
	  background: #e60012 !important;
	color: #e60012;
!important;
}
.honor .listYear1 .swiper-button-prev {
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 12px;
	height: 20px;
	background: url(../images/bannerjt.jpg) no-repeat;
	background-size: 24px 40px;
}
.honor .listYear1 .swiper-button-prev:hover {
	background-position: 0 -20px;
}
.honor .listYear1 .swiper-button-next {
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 12px;
	height: 20px;
	background: url(../images/bannerjt.jpg) no-repeat -12px 0;
	background-size: 24px 40px;
}
.honor .listYear1 .swiper-button-next:hover {
	background-position: -12px -20px;
}
*/

.boxYear {
	width: 100%;
	padding: 20px 50px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.listYear {
	width: 100%;
	height: 50px;
	overflow: hidden
}
.listYear .swiper-slide {
	width: 10%;
	height: 100%;
	text-align: center;
}
.listYear .swiper-slide span {
	display: block;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
	color: #999;
	background: url(../images/bgYearLine.jpg) right center no-repeat;
	cursor: pointer;
}
.listYear .swiper-slide span:hover {
	color: #e60012;
}
.listYear .swiper-button-prev {
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 12px;
	height: 20px;
	background: url(../images/bannerJtLeft1.png) no-repeat;
	background-size: 100% 100%;
}
.listYear .swiper-button-prev:hover {
	background: url(../images/bannerJtLeftHover.png) no-repeat;
	background-size: 100% 100%;
}
.listYear .swiper-button-next {
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 12px;
	height: 20px;
	background: url(../images/bannerJtRight1.png) no-repeat;
	background-size: 100% 100%;
}
.listYear .swiper-button-next:hover {
	background: url(../images/bannerJtRightHover.png) no-repeat;
	background-size: 100% 100%;
}
.listYear .on {
	background: #e60012!important;
	color: #fff!important
}
.dsjList {
	background: url(../images/bgDsjLine.png) 8px 0 repeat-y;
	background-size: 2px 100%;
	margin: 0 0 30px 0;
}
.dsjList li {
	padding: 0 0 30px 50px;
	position: relative
}
.dsjList li i {
	width: 14px;
	height: 14px;
	border: 2px solid #e60012;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 19px;
	background: #fff
}
.dsjList li span {
	display: block;
	width: 19px;
	height: 17px;
	background: url(../images/icoDasj.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 32px;
	top: 26px;
}
.dsjList li div {
	border: 1px solid #ddd;
	padding: 20px 30px;
}
.dsjList li div h3 {
	font-size: 20px;
	line-height: 30px;
}
.dsjList li div p {
	background: url(../images/icoP.png) 0 13px no-repeat;
	line-height: 30px;
	padding: 0 0 0 10px;
	color: #333
}
.honor .swiper-button-next:after, .honor .swiper-button-prev:after {
	display: none;
}
.brand_pic {
	min-width: 1000px;
}
.brand_pic .wid {
	margin: 20px 0;
}
.brand_pic .title {
	font-size: 20px;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
}
.brand_pic .title .bg1 {
	width: 14px;
	height: 14px;
}
.brand_pic .fl_head {
	flex-wrap: wrap;
	display: flex;
	margin: 20px 0;
}
/*.brand_pic .fl_send {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}*/

.brand_pic .fl_head div {
	border: 1px solid #dcdcdc;
	width: 158px;
	height: 74px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 17px;
}
.brand_pic .fl_head div:nth-child(8n) {
	margin-right: 0;
}
.brand_pic .fl_head div img {
	display: block;
	width: 100%;
	height: 100%;
}
/*.brand_pic .fl_head::after {
          content: '';
          flex: auto;}*/
/*.brand_pic .fl_send img {
  border: 1px solid #dcdcdc;
  width: 150px;
  height:70px;
}*/

.brand_pic .fl_head div:hover {
	border: 1px solid #e60012;
}
/* <!-- 新闻咨询 --> */
.news {
	overflow: hidden;
	margin-top: 60px;
}
.news_title {
	overflow: hidden;
	height: 121px;
	background: #f4f5f6;
	background: url(../images/news_bg1.jpg) no-repeat center;
}
.news_title .title_s {
	overflow: hidden;
}
.news_title .title {
	width: 150px;
	height: 121px;
	margin: 30px 0;
}
.news_title .title h5 {
	font-size: 26px;
	color: #333;
}
.news_title .title p {
	font-size: 14px;
	color: #999;
}
.news_title .phone {
	height: 60px;
	width: 600px;
	margin: 30px 0;
}
.news_title .phone img {
	display: block;
	float: left;
	margin-top: 9px;
}
.news_title .title_s .phone .phone_s {
	margin-left: 10px;
}
.news_title .title_s .phone .phone_s p {
	font-size: 14px;
	color: #fff;
}
.news_title .title_s .phone .phone_s h5 {
	font-size: 28px;
	color: #f0f3f7;
}
.news_ul {
	margin-top: 15px;
	height: 384px;
}
.news_ul ul {
	width: 1340px;
	margin: 0 auto;
}
.news_ul li {
	float: left;
	height: 88px;
	width: 530px;
	margin: 40px 140px 0 0;
}
.news_ul li a {
	display: block;
	height: 88px;
	width: 530px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.3s;
}
.news_ul li:hover a {
	margin-left: 15px;
}
.news_ul .time {
	height: 88px;
	width: 88px;
	background: #eaf0f7;
}
.news_ul .time .p1 {
	font-size: 30px;
	color: #666;
	text-align: center;
	margin-top: 6px;
}
.news_ul .time .p2 {
	font-size: 16px;
	color: #666;
	text-align: center;
}
.news_ul .text {
	height: 88px;
	width: 420px;
}
.news_ul .text .title {
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news_ul li:hover .text .title {
	color: #075f9d;
}
.news_ul .text .content {
	font-size: 14px;
	color: #777;
	margin-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_more {
	margin: 40px auto 50px;
}
.news_more a .more_s {
	background: #075f9d;
}
.news_more a .arrows .arrows_s {
	background: #075f9d;
}
.link {
	overflow: hidden;
	background: #f7f7f7;
	padding-bottom: 40px;
}
.link_s {
	margin-top: 70px;
	position: relative;
	border-top: 1px solid rgba(7, 95, 157, 0.3);
}
.link_s .title {
	width: 170px;
	height: 45px;
	border: 1px solid rgba(7, 95, 157, 0.3);
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	color: #075f9d;
	margin: -25px auto 0;
	background: #f7f7f7;
	position: relative;
}
.link_s .title span {
	display: inline-block;
	width: 25px;
	height: 10px;
	position: absolute;
	background: #f7f7f7;
}
.link_s .title .span1 {
	top: -7px;
	left: 31px;
}
.link_s .title .span2 {
	bottom: -7px;
	right: 31px;
}
.link_s .friendship {
	width: 1200px;
	overflow: hidden;
	margin-top: 20px;
	line-height: 25px;
}
.link_s .friendship1 {
	margin-top: 30px;
}
.link_s .friendship .title_s {
	font-size: 18px;
	color: #444;
	font-weight: bold;
}
.link_s .friendship .title_s img {
	display: inline-block;
	position: relative;
	top: 4px;
}
.link_s .friendship .text {
	width: 1030px;
	overflow: hidden;
}
.link_s .friendship .text a {
	font-size: 14px;
	color: #666;
	margin: 0 10px;
}
.link_s .friendship .text a:hover {
	color: #075f9d;
}
.newsbox {
	height: auto;
	overflow: hidden;
}
.news_c {
	overflow: hidden;
}
.news_c .hd {
	width: 620px;
	margin: 60px auto 40px;
	text-align: center
}
.news_c .hd a {
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #666;
	border: 1px solid #e7e7e7;
	margin: 0 15px;
	background: #f5f5f5;
	color: #333;
}
.news_c .hd a:hover {
	border: 1px solid #e60012;
	background: #e60012;
	color: #fff;
}
.news_c .hd a.on {
	border: 1px solid #e60012;
	background: #e60012;
	color: #fff;
}
.news_c .hd a.one {
	margin-left: 0px;
}
.news_c .bd {
	height: auto;
	width: 96%;
	margin: 0 auto;
}
.news_r {
	height: auto;
}
.news_r ul li {
	height: 160px;
	padding-top: 10px;
	border-bottom: 1px solid #eaeaea;
	transition: all .3s;
}
/*.news_r ul li a{ display:block;width:100%; height:100%;}*/
.news_r ul li .time_l {
	width: 100px;
	height: 160px;
	line-height: 140px;
	overflow: hidden;
	margin-left: 40px;
}
.news_r ul li .time_l .day_n {
	font-size: 16px;
	width: 100px;
	height: 30px;
	text-align: center;
	color: #777;
	font-weight: bold;
	font-family: HELVETICANEUELTPRO-THEX, Arial;
	margin: 4px 0;
}
.news_r ul li .time_l .day_n::first-line {
	border-left: 1px solid #ddd;
	width: 12px;
	height: 1px;
}
.news_r ul li .time_l .ym {
	height: 24px;
	width: 100px;
	text-align: center;
	color: #e60012;
	font-size: 24px;
	font-weight: bold;
	font-family: HELVETICANEUELTPRO-THEX, Arial;
}
.news_r ul li .detailed_r {
	width: 100%;
	height: 160px;
	margin-right: 10px;
	display: flex;
}
.news_r ul li .detailed_r .title_n {
	color: #333;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	margin-bottom: 12px;
}
.news_r ul li .detailed_r .more_yr {
	width: 180px;
	height: 120px;
	margin: 20px 0;
	overflow: hidden;
}
.news_r ul li .detailed_r .detailed_con {
	/*  width: 656px;
  max-width: 686px;*/
	flex: 1;
	height: 120px;
	margin: 20px 0;
	margin-right: 20px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
}
/*.news_r ul li .detailed_r .more_yr img {
	display: block;
	width: 180px;
	height: 120px;
	vertical-align: middle;
}*/
.news_r ul li .detailed_r .more_yr {
	width: 180px;
	height: 120px;
	overflow: hidden;
}
.news_r ul li .more_yr img {
	display: block;
	width: 100%;
	height: 100%;
	webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.news_r ul li .detailed_r .news_nr {
	color: #999;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
}
.news_r ul li:hover {
	border-bottom: 1px solid #e60012;
}
.news_r ul li:hover .title_n {
	color: #e60012;
}
.news_r ul li:hover .more_yr img {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-o-transform: scale(1.12);
	-ms-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.linksbox {
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.linksbox img {
	width: 143px;
	height: 36px;
	float: left;
	margin-right: 10px;
}
.links_c a {
	padding: 0 8px;
	line-height: 20px;
	color: #666;
}
.links_c a:hover {
	color: #333;
}
/* foot */
.foot {
	background: #333333;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}
.foot .footer {
	height: auto;
	overflow: hidden;
}
.foot .footer_head {
	width: 100%;
	height: 50px;
	text-align: center;
	border-bottom: 1px solid #4e4e4e;
}
.foot .footer_head a {
	color: #999;
	font-size: 16px;
	line-height: 50px;
}
.foot .footer_head a:hover, .foot .footer_head a.on {
	color: #fff;
}
.foot .footer_head span {
	color: #999;
	padding: 0 45px;
}
.footer_con {
	width: auto;
	height: auto;
	min-height: 106px;
	/* overflow: hidden; */
	float: left;
	margin-top: 50px;
	margin-bottom: 30px;/*  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
}
.footer_con .footer_one {
	/* width: 70.5%;*/
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.footer_logo {
	width: 260px;
	height: auto;
	overflow: hidden;
	margin-bottom:22px;
}
.footer_logo img {
	display: block;
	width: 260px;
}
.footer_logo .pic2 {
	display: block;
	width: 190px;
	height: 36px;
	background-image: url(../images/web.png);
	color: #fff;
	text-align: center;
	line-height:36px;
}
.footer_logo .pic2:hover { background-position:0 -36px}
.footer_con .footer_nav .contact_lx {
	line-height: 22px;
	height: auto;
	margin-bottom: 6px;
	color: #ccc;
}
.footer_map {
	width: 217px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin: 0 auto;
}
.footer_con1 {
	float: right;
}
.footer_erweim {
	width: 290px;
	height: auto;
	margin: -30px auto;
}
.footer_con_nav {
	margin-left: 23%;
}
.footer_erweim dl {
	width: 126px;
	float: left;
}
.footer_erweim dl:nth-child(1) {
	margin-right: 14px;
}
.footer_erweim dl dt {
	display: block;
	width: 100%;
	height: auto;
	max-width: 120px;
	margin-bottom: 10px;
}
.footer_erweim dl dt img {
	display: block;
	width: 100%;
	height: auto;
}
.footer_erweim dl dd {
	color: #ccc;
	font-size: 14px;
	text-align: center;
}
.copyright {
	line-height: 20px;
	text-align: center;
	color: #ccc;
	font-size: 14px;
	padding-top: 22px;
	margin-bottom: 18px;
	border-top: 1px solid #4e4e4e;
}
.copyright {
	color: #ccc;
}
.copyright a {
	color: #ccc;
}
.copyright a:hover {
	color: #fff;
}
/*list.html */
.banner2 {
	height: 180px;
	overflow: hidden;
	overflow: hidden;
	width: 100%
}
.banner2 img {
	display: block;
	width: 100%
}
.shadow {
	width: 100%;
	height: 60px;
	background: url(../images/shadow_about.jpg) no-repeat;
}
.crumbs {
	font-size: 14px;
	color: #666;
	height: 60px;
	line-height: 60px;
}
.crumbs a {
	font-size: 14px;
	color: #666;
}
.crumbs a:hover {
	color: #1165c6;
}
.bread_r {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	width: 304px;
	margin-left: 20px;
}
.bread_r img {
	display: block;
	float: right;
	margin-top: 7px;
}
.crumbs .crumbs_f {
	height: 60px;
	line-height: 60px;
}
.crumbs .crumbs_f img {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	margin-top: 24px;
	margin-right: 4px;
}
.crumbs .crumbs_f a {
	color: #666;
	transition: .3s;
}
.crumbs .crumbs_f a:hover {
	color: #000;
}
.crumbs .crumbs_f span {
	color: #666;
}
.searchbar {
	width: 302px;
	height: 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-top: 9px;
	border: 1px solid #ccc;
}
.searchbar .search_one {
	width: 220px;
	height: 38px;
	border: 1px solid #e3e3e3;
	padding-left: 18px;
	overflow: hidden;
	border-right: none;
	border-radius: 19px 0 0 19px;
	-webkit-border-radius: 19px 0 0 19px;
	-moz-border-radius: 19px 0 0 19px;
	float: left;
	color: #666;
	margin-right: -20px;
}
.searchbar .search_submit {
	width: 24px;
	height: 24px;
	border: 0;
	cursor: pointer;
	background-image: url(../images/icon_l.png);
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	margin-right: 20px;
	margin-top: 8px;
}
.searchbar:hover {
	border: 1px solid #000;
}
.searchbar .yys_hei {
	color: #555555;
}
.box-tb .item:nth-child(n+2) {
	display: none;
}
.clear {
	clear: both;
}
.page {
	height: 40px;
	text-align: center;
	margin: 50px 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.page a {
	display: inline-block;
	padding: 10px 20px;
	border: solid 1px #eaeaea;
	margin: 0 5px;
	color: #666;
	border-radius: 5px;
}
.page span {
	display: inline-block;
	padding: 10px 10px;
	margin: 0 5px;
	color: #666;
}
.page .on {
	background: #e60012;
	padding: 11px 21px;
	color: #fff;
	border-radius: 5px;
}
.page .s {
	display: inline-block;
	border: solid 1px rgba(233, 233, 233, 1);
	padding: 10px 20px;
	color: rgba(0, 0, 0, 0);
	border-radius: 5px;
}
.page .ss {
	color: #999;
}
.page a:hover {
	background: #e60012;
	padding: 11px 21px;
	color: #fff;
	border: 0;
}
.page .s:hover {
	color: rgba(0, 0, 0, 0);
}
.page .s.on {
	background: #e60012;
	border-radius: 5px;
}
.page .pn {
	background-position: -2px -22px;
}
.page .s .pn {
	position: absolute;
	width: 15px;
	height: 15px;
	margin: 2px -5px;
	background: url(../images/paging_bg.png) no-repeat;
}
.page .s .prev {
	background-position: -2px -43px;
}
.page .s .next {
	background-position: -14px -43px;
}
.page a.s .prev {
	background-position: -2px -3px;
}
.page a.s .next {
	background-position: -14px -3px;
}
.page a.s:hover .prev, .page a.s.on .prev {
	background-position: -2px -22px;
}
.page a.s:hover .next, .page a.s.on .next {
	background-position: -14px -22px;
}
/*job*/
.job {
	min-width: 1000px;
}
.job .wid {
	margin: 20px 0;
}
.job .title {
	font-size: 20px;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
}
.job .title .bg1 {
	width: 14px;
	height: 14px;
}
.job .con {
	padding: 0 25px;
	text-align: justify;
	color:#000;
	font-size: 15px;
}
.job .con p {
	line-height: 26px;
	font-size: 15px;
}
.job .imgRcg {
	padding: 35px 25px;
	display: flex;
	justify-content: space-between;
}
.job .imgRcg img {
	width: 320px;
}
.main_content {
	min-width: 1000px;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 16px;
}
.list_left {
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
	margin-top: 20px;
}
.list_left h1 {
	height: auto;
	line-height: 24px;
	margin-bottom: 10px;
	font-style: normal;
	text-align: center;
}
.list_left .time {
	color: #999;
	height: 20px;
	line-height: 28px;
	overflow: hidden;
	text-align: center;
	padding-bottom: 30px;
}
.list_left .middle {
	padding: 0 24px;
}
.list_left .black_b {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e9e9e9;
	margin: 26px 0;
	margin-top: 20px;
}
.list_left .content_c {
	height: auto;
	line-height: 28px;
	overflow: hidden;
	min-height: 200px;
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
	margin-bottom: 20px;
}
/* 上下篇 */
.prev_next1 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.prev_next1{
	color: #666;
}
.prev_next1 a{ color:#333}
.prev_next1 a:hover {
	color: #e60012
}
.contact_tel {
	min-width: 1000px;
}
.contact_tel .wid {
	margin: 20px 0;
}
.contact_tel .title {
	font-size: 20px;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}
.contact_tel .title .bg1 {
	width: 14px;
	height: 14px;
}
.contact_tel .line {
	font-size: 14px;
	color: #999;
}
.contact_tel .con {
	display: flex;
}
.contact_tel .con .fl {
	width: 25%;
	margin: 40px 0;
	border-right: 1px solid #ececec;
	min-height: 100px;
	padding: 14px 0;
}
.contact_tel .con .fl .fl_logo {
	margin-bottom: 20px;
	text-align: center;
	color: #999;
	height: 54px;
}
.contact_tel .con .fl .tel {
	margin-bottom: 6px;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.contact_tel .con .fl .num {
	text-align: center;
	font-size: 14px;
	color: #999;
}
.contact_tel .con .fl1 {
	border-right: none;
}
.contact_tel .ewma {
	width: 66%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.contact_tel .ewma dl {
	width: 55%;
	padding-left: 30%;
}
.contact_tel dl dt {
	display: block;
	width: 100%;
	height: auto;
	max-width: 120px;
	margin-bottom: 10px;
}
.contact_tel dl dt img {
	display: block;
	width: 100%;
	height: auto;
}
.contact_tel dl dd {
	color: #222;
	font-size: 14px;
	text-align: center;
}
/*标签*/
.right_tag {
	height: auto;
	overflow: hidden;
	display: flex;
	margin-top: 30px;
}
.right_tag .title {
	width: 100px;
}
.right_tag .title .title_c {
	font-size: 18px;
	text-align: center;
	height: 20px;
	font-weight: 600;
	line-height: 40px;
}
.eles_tag a {
	display: inline-block;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	margin-right: 8px;
	color: #1f1f1f;
	margin-bottom: 12px;
	border: 1px solid #ddd;
}
.eles_tag a:hover {
	background-color: #e60012;
	color: #fff;
}
.map_item {
	margin-top: 30px;
	height: 600px;
	overflow: hidden;
}
.map {
	height: 600px;
	overflow: hidden;
}
.contact_map .map {
	width: 100%;
}
.contact_map {
	margin-bottom: 30px
}
.contact_map .wid {
	margin: 20px 0;
}
.contact_map .title {
	font-size: 20px;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec
}
.contact_map .title .bg1 {
	width: 14px;
	height: 14px;
}
.contact_map .map_item {
	height: 600px;
	overflow: hidden;
}
.contact_map .map {
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.swiper-pagination .swiper-pagination-bullet:focus {
	outline: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: none
}
.swiper-button-next:focus {
	outline: none;
}
.swiper-button-prev:focus {
	outline: none;
}
/*标签页*/
.main_content_tag {
	height: auto;
	overflow: hidden;
	padding-top: 30px;
}
.tag_box_con {
	height: auto;
	overflow: hidden;
}
.tag_box_con h3 {
	font-weight: normal;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 28px;
	color: #333;
}
.tag_one {
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.tag_one a {
	display: block;
	float: left;
	padding: 0 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ededed;
	font-size: 14px;
	color: #666;
	transition: all .3s;
}
.tag_one a:hover {
	background: #e60012;
	border: 1px solid #e60012;
	color: #fff;
}
.boxLink .swiper-slide{
	width: 148px;
    height: 70px;
	border: 1px solid #ececec;
}
.boxLink .swiper-slide:hover{
	border: 1px solid #e60012;
}
.chain>div .title{
	font-size: 20px;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}